From: Glenn Morris Date: Tue, 28 Aug 2007 02:49:48 +0000 (+0000) Subject: (c-constant-kwds): Add java: null, true, false. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~16870 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=c08f6f87aa086eab59ef68e4aa62bd1d6a0daf58;p=emacs.git (c-constant-kwds): Add java: null, true, false. --- diff --git a/lisp/progmodes/cc-langs.el b/lisp/progmodes/cc-langs.el index 5f9dbad3be2..d0ff9c523ad 100644 --- a/lisp/progmodes/cc-langs.el +++ b/lisp/progmodes/cc-langs.el @@ -2075,6 +2075,7 @@ nevertheless contains a list separated with ';' and not ','." "false" "true") ; Defined in C99. objc '("nil" "Nil") idl '("TRUE" "FALSE") + java '("true" "false" "null") ; technically "literals", not keywords pike '("UNDEFINED")) ;; Not a keyword, but practically works as one. (c-lang-defconst c-primary-expr-kwds